home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / imlib / include / globals.hpp < prev    next >
C/C++ Source or Header  |  1996-04-11  |  167b  |  13 lines

  1. #ifndef __GLOBALS_HPP__
  2. #define __GLOBALS_HPP__
  3.  
  4. extern unsigned xres, yres;
  5.  
  6. #ifdef __DOS
  7. //#define DIRECT_SCREEN            // DOS only
  8. #endif
  9.  
  10.  
  11. #endif
  12.  
  13.